runtime/internal/atomic.Pointer.u (field)
6 uses
runtime/internal/atomic (current package)
types.go#L519: u UnsafePointer
types.go#L526: return (*T)(p.u.Load())
types.go#L539: p.u.StoreNoWB(unsafe.Pointer(value))
types.go#L546: p.u.Store(unsafe.Pointer(value))
types.go#L562: return p.u.CompareAndSwapNoWB(unsafe.Pointer(old), unsafe.Pointer(new))
types.go#L570: return p.u.CompareAndSwap(unsafe.Pointer(old), unsafe.Pointer(new))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |